Class FrameDecisionImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.FrameDecisionImpl
All Implemented Interfaces:
IPCData, FrameDecision

public class FrameDecisionImpl extends IPCDataImpl implements FrameDecision
  • Field Details

    • osiIn

      protected boolean osiIn
    • osiLayer

      protected int osiLayer
    • description

      protected String description
  • Constructor Details

    • FrameDecisionImpl

      public FrameDecisionImpl()
  • Method Details

    • getOsiIn

      public boolean getOsiIn()
      Specified by:
      getOsiIn in interface FrameDecision
      Returns:
      boolean Returns a boolean
    • setOsiIn

      public void setOsiIn(boolean osiIn)
      Specified by:
      setOsiIn in interface FrameDecision
      Parameters:
      osiIn - Takes in a parameter of osiIn
    • getOsiLayer

      public int getOsiLayer()
      Specified by:
      getOsiLayer in interface FrameDecision
      Returns:
      int Returns a int
    • setOsiLayer

      public void setOsiLayer(int osiLayer)
      Specified by:
      setOsiLayer in interface FrameDecision
      Parameters:
      osiLayer - Takes in a parameter of osiLayer
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface FrameDecision
      Returns:
      String Returns a String
    • setDescription

      public void setDescription(String description)
      Specified by:
      setDescription in interface FrameDecision
      Parameters:
      description - Takes in a parameter of description
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Specified by:
      read in class IPCDataImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object